Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in varchar

Using PHP's odbc to grab a varchar(max) column

php sql-server-2008 varchar

How to convert BLOB to varchar with SAP HANA database using SQL

blob hana varchar

What's the difference between TEXT, CHAR, and VARCHAR in CockroachDB?

sql varchar cockroachdb

Validate DateTime before inserting it into SQL Server database

Why does casting text as varchar without specifying a length truncate the text at 30 characters?

Converting a comma-separated varchar to decimal

sql decimal varchar

SQL Server 2008 VarChar(Max) returns only 8000 Characters. Why?

SQL 2008 Compression

Strange length restriction with the DB2 LIKE operator

sql casting db2 sql-like varchar

TSQL RIGHT String function not working

sql-server tsql varchar

How to trim all columns in all rows in all tables of type string?

oracle string plsql varchar trim

How to have a fixed size not null varchar with OrmLite?

Select only n number of characters from VARCHAR(MAX) field

sql-server max varchar

Disadvantage of choosing large MAX value for varchar or varbinary

sql sql-server types varchar

My VARCHAR(MAX) field is capping itself at 4000; what gives?

How to get MAX value of a version-number (varchar) column in T-SQL

mysql int fields does not truncate

TEXT vs VARCHAR in InnoDB MySQL 5.5. When to use each one

Is there any point in using CHAR if you have a VARCHAR in the same table?

mysql performance char varchar