Questions tagged as 'varchar'

0
answers

Change varchar data type to int

Is there any problem in changing the data type from varchar to int in mysql? I have a spreadsheet with some items that have been entered as varchar, all are numbers. The problem is that I need to do a bigger and smaller search, however, as it is...
asked by 03.01.2018 / 13:52
0
answers

Best way to store Varchar (MAX)

I'm working on an EAD project where I work. They will be simulated with many questions and their answers. These questions and some answers are usually quite large and I'm storing them as VARCHAR (MAX) on a SQL Server database. The question...
asked by 14.07.2017 / 15:10
1
answer

How to convert dates in varchar to date in SQL 'Firebird'?

How can I convert dates to varchar for date ? I'm having difficulty performing cross-date searches because of this discrepancy in the database where I query. When I enter my line of code: select * from TAB_FATURAMENTO where cd_cliente li...
asked by 02.06.2017 / 14:14
1
answer

Import CSV files to MySQL workbench

I have a .csv file that contains columns (vertically): Product.1 (line1) Product.2 (line2) But when I do this query : use test; LOAD DATA LOCAL INFILE 'local' INTO TABLE tabela1; It always gives me a warning to say that the att...
asked by 12.06.2015 / 21:29