10.01.2012, 13:17
But what I'm saying is, if I need 100 fields, if I do
SELECT field1, field2, field3 etc.
it's going to need a massive string. Can't I just do
SELECT * FROM x ...
Then get the fields with the function?
SELECT field1, field2, field3 etc.
it's going to need a massive string. Can't I just do
SELECT * FROM x ...
Then get the fields with the function?