Forum: MS SQL Mar 14th, 2008 |
| Replies: 3 Views: 963 select a.id, a.colname, b.colname from Table1 a join Table2 a on (a.id=b.id) where a.id = '1' order by a.id asc |
Forum: MS SQL Feb 10th, 2008 |
| Replies: 4 Views: 844 your code just less single quote sign.
select TBIn.NoTbin,TBIn.IdBrg, Barang.NameBrg,TBIn.SupCode,Supplier.SupName from TBIn,Barang,Supplier
where TBIn.SupCode=Supplier.SupCode and... |
Forum: MS SQL Jan 30th, 2008 |
| Replies: 5 Views: 894 SELECT * FROM Customers where EmailAddress like '%" @ "%'" |
Forum: MS SQL Jan 8th, 2008 |
| Replies: 2 Views: 893 if i not wrong, it's the old name for what are now Xbase files.so basically anything that will open Xbase should open xdb.
It is also the extension given to Norton Anti Virus updates |