If you have a table
Name
With the fields:
FirstName
LastName
ID
How do you write a query to return the results for the table with all the people whose name starts with J in the following single row format:
FirstName, LastName, ID, FirstName, LastName, ID, FirstName, LastName, ID
Start Free Trial