Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created September 17, 2024 20:52
Show Gist options
  • Save jrichardsz/98755cfc628e708f77e7d584e936f215 to your computer and use it in GitHub Desktop.
Save jrichardsz/98755cfc628e708f77e7d584e936f215 to your computer and use it in GitHub Desktop.
database advanced snippets

use quotes in table name

INNER JOIN acmeschema."FooTable"

solution

SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment