Skip to content

Instantly share code, notes, and snippets.

@GregoryHlavac
Created August 12, 2015 06:47
Show Gist options
  • Save GregoryHlavac/9a120888c1753de72274 to your computer and use it in GitHub Desktop.
Save GregoryHlavac/9a120888c1753de72274 to your computer and use it in GitHub Desktop.
SELECT TargetTable.*
FROM FT_SEARCH_DATA('called', 0, 0) SearchData, TEST TargetTable
WHERE TargetTable.ID=SearchData.KEYS[0]
AND SearchData.TABLE='TEST'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment