Skip to content

Instantly share code, notes, and snippets.

@karenpayneoregon
Created July 10, 2020 14:58
Show Gist options
  • Save karenpayneoregon/2d05d2393523c572f353681899c72912 to your computer and use it in GitHub Desktop.
Save karenpayneoregon/2d05d2393523c572f353681899c72912 to your computer and use it in GitHub Desktop.
Select categories query suitable for a ComboBox, ListBox etc.
SELECT CategoryID,
CategoryName
FROM NorthWind2020.dbo.Categories;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment