Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use * command Pervasive 9 1

Status
Not open for further replies.

rewob65

Technical User
Nov 13, 2004
110
0
0
GB
I have only used mssql, and would use a query like this:-

select data1, data2,*
from table1

which would show all data1 and data2 then all the rest of the table1

What should i use instead of the *? Also is there any source of different syntax than mssql, since as you see this is a basic question.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top