What's wrong with the following select statement?
Nearly everthing. The command order ist wrong, right is SELECT FROM WHERE ORDER.
And PAD isn't a valid Transact SQL function.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear All,
What's wrong with the following select statement?
string M_Surname="";
string M_GivenName="";
string M_MiddleName="";
int M_StudentID=0
string sSql = "SELECT Top 14 StudentID,Surname,GivenName,MiddleName,ChiName,Remarks FROM Student "
TIA
What's wrong with the following select statement?
Nearly everthing. The command order ist wrong, right is SELECT FROM WHERE ORDER.
And PAD isn't a valid Transact SQL function.