Jump to content

vitruvius

Members
  • Posts

    2
  • Joined

  • Last visited

vitruvius's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thanks, good to know. But how come the following code works as expected: SELECT City + ' ' + Country AS Address FROM Customers;
  2. Hi, I am trying to learn basics of the SQL and following the tutorials on w3schools. Yesterday I was reading SQL Aliases and "Trying it myself". The following code returns 10 rows, each of them being zero. Am I missing something? SELECT FirstName + ' ' + LastName AS Name FROM Employees; Thanks.
×
×
  • Create New...