Hi,
SQL Server 3.5 Compact DB
I have a customer tbl (Cust) lastname, firstname, company etc..
the data im trying to select is:
If the length of the cust.lastname > 2 then select the cust.lastname, else select cust.company.
I've tried if exists, len, and case clauses. I'm not enjoying this Compact Sql Lite. Humm
-thanks
SQL Server 3.5 Compact DB
I have a customer tbl (Cust) lastname, firstname, company etc..
the data im trying to select is:
If the length of the cust.lastname > 2 then select the cust.lastname, else select cust.company.
I've tried if exists, len, and case clauses. I'm not enjoying this Compact Sql Lite. Humm
-thanks