Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
lz14
Starting Member
2 Posts |
Posted - 2010-03-07 : 22:46:50
|
| Hi guysI've read a sql line like this:select * from tableX testWhat function does the "test" word perform ?Thanks ! |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2010-03-07 : 23:19:30
|
alias. Give the table "tableX" another name KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
lz14
Starting Member
2 Posts |
Posted - 2010-03-08 : 01:25:47
|
| whoops. The alias wasn't used it threw me off.thanks for the help khtan |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|
|