Skip to content

Instantly share code, notes, and snippets.

@farindra
Created May 17, 2019 22:21
Show Gist options
  • Save farindra/b122672e1291a6d2227468252028f3f9 to your computer and use it in GitHub Desktop.
Save farindra/b122672e1291a6d2227468252028f3f9 to your computer and use it in GitHub Desktop.
Select Blob As Text / Varchar Firebird
SELECT CAST(SUBSTRING(r.APPDESC FROM 1 FOR 32000) AS VARCHAR(32000)) AS NewBlobColumn
FROM ITEM r where r.ITEMNO='778312000993'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment