Jump to content
Server Maintenance This Week. ×

SQL function...


This topic is 5356 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Wouldn't be nice if FM provided a SQL function to fetch some data as a csv formatted list.

Example :

SQLCommand ("SELECT a, b, c FROM myTable WHERE myTable::a = 1"; mySeparator)

Would return a list looking like this :

col_a;col_b_;col_c¶

col_a;col_b_;col_c¶

col_a;col_b_;col_c¶

...

Link to comment
Share on other sites

This topic is 5356 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.