Get list items
Gets items from a specific list. Replace MyList with the actual name of your SharePoint list.
SELECT * FROM MyList
--WHERE Id = 1234
Gets items from a specific list. Replace MyList with the actual name of your SharePoint list.
SELECT * FROM MyList
--WHERE Id = 1234