Search
 
SCRIPT & CODE EXAMPLE
 

SQL

T-SQL look for records with a hex value in a text field

where  CONVERT(varbinary(202), Description) like '%' + char(0xFD) + char(0xFF) +'%'
Comment

PREVIOUS NEXT
Code Example
Sql :: sql insert multiple rows from another table 
Sql :: fill column postgresql 
Sql :: allow null sql 
Sql :: vbscript create ADODB.Connection 
Sql :: sqlcl format 
Sql :: cannot cast type numeric to boolean postgresql 
Sql :: a query to determine the version of a database 
Sql :: procedure excute monthly oracle 
Sql :: mysql page segment 
Sql :: add id column to temp table insert 
Sql :: null plus 1 in sql 
Sql :: psql use query result convert Decimal python numpy psycopg2 
Sql :: Sql select by content lenght 
Sql :: min varias colunas spark sql 
Sql :: set mysql 
Sql :: composit key in sql 
Sql :: fill up postgres db 
Sql :: postgres audit table 
Sql :: subquery postgresql syntax 
Sql :: ring rollback updates to the database using the odbc_rollback() 
Sql :: calcular edad en oracle 
Sql :: dump only data 
Sql :: insert into database items linq2sql 
Sql :: how to reset mysql table auto_increment 
Sql :: transaction and commit trong sql server 
Sql :: what is a foriegn key 
Sql :: postgresql 
Sql :: multiple select into sql oracle 
Sql :: maximum number of tables in mysql 
Sql :: homebrew/sqlitestudio 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =