Forum: MS SQL Jan 31st, 2008 |
| Replies: 4 Views: 1,013 umm.. He wants to count the number of child entries for a particular parent. For example, for mainid=1(description John), there are 2 entries in child. He wants to calculate the entries of each... |
Forum: MS SQL Jan 31st, 2008 |
| Replies: 5 Views: 882 Why do we need double quotes around @ ? ("@")
PS. I tried it and it gave me an error.
We can use SELECT * FROM customers where emailaddresses like '%@%'; |