[Message Deleted]
-
You mean like select * from mytable ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You mean like select * from mytable ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
There's the really bad practice of
select *
. You really should use column names though.Deja View - the feeling that you've seen this post before.
-
Nope. At some point, you need column names.
Deja View - the feeling that you've seen this post before.
-
Given the other replies - what is it that you are trying to do - maybe we can provide some other advice?