Jump to content
Server Maintenance This Week. ×

Select Statement with Repeating fields


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

Recommended Posts

Is there away to get a repeating fields value with a sql select statement.  If so, what would proper structure of the select statement.  I have tried the following.

 

 

Let(

 

 

~sql = "SELECT "Tab Names" FROM PREFERENCES";

 

ExecuteSQL ( ~sql ; "" ; "" )

)

 

and 

 

 

Let(

 

~sql = "SELECT "Tab Names[17]" FROM T14_PREFERENCES";

 

ExecuteSQL ( ~sql ; "" ; "" )

)

 

Thanks,

 

Todd Dignan.

Link to comment
Share on other sites

This topic is 4148 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.