Read this SQL tutorial to learn when to use SELECT, JOIN, subselects and UNION to access multiple tables with a single statement. It’s sometimes difficult to know which SQL syntax to use when ...
Using SQL Server 2000.<P>In a table, I want to default a column 'BillingName' to another column's value in that same table, which is named 'Name'.<P>Using Enterprise Manager, I can normally only set ...