Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find out number of fields
Message
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01446547
Message ID:
01446586
Views:
35
>>>>Hi everybody,
>>>>
>>>>I have a long select statement and I'm wondering how can I find number of fields returned by it without writing to a real table?
>>>>
>>>>Also, since I'm getting the result into VFP cursor, I guess I need to limit the number of fields to 254, correct?
>>>>
>>>>Thanks.
>>>
>>>You have a long SELECT?
>>>Are you using a some kind of macro/execscript?
>>>
>>>Because if you don't you may check the number of the fields after the cursor is created, if you do you could parse the string between SELECT and FROM and check how many commas are there.
>>
>>I wanted to find out from the SQL side. I solved the problem, there were only 83 fields, but looked much more than that.
>
>Did you grab @@ROWCOUNT or what?

I'm still working today right now :(

Anyway, I selected into TempTable and grabbed number of fields from Information_Schema.Columns and then dropped the TempTable.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform