Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

datatypes

1
vote
2 answers
23 views

How do you store scientific notation numbers in MySQL

I want to store scientific notation numbers in MySql. I've saved them to a field which has datatype decimal . The issue is that it stores it in…
asked June 19, 2011 2:24 am CDT
Ankur
0
votes
2 answers
39 views

How to store array or multiple values in one column

Running Postgres 7.4 (Yeah we are in the midst of upgrading) I need to store from 1 to 100 selected items into one field in a database. 98% of the…
asked June 15, 2011 11:01 am CDT
Phill Pafford
0
votes
1 answer
25 views

SQL Database Type Problem

I am trying to put together an SQL database but don't really know how to make it work. The intention is to have multiple columns, some with…
asked June 14, 2011 11:30 am CDT
easycheese
0
votes
2 answers
33 views

MySQL -- insert a VARCHAR value from T1 into a DECIMAL field in T2

In Table_1, I have imported data from a spreadsheet. In one table column there are mixed values: 94.7, 45.0, 36, car, bus....etc. The datatype is…
asked June 12, 2011 8:48 pm CDT
dave
0
votes
2 answers
27 views

MySQL Storage and Optimization

I'm looking at a db schema for a project I'm inheriting. There are many instances of binary answers being stored as INT(11) rather than TinyInt(1),…
asked June 9, 2011 12:59 pm CDT
Don
0
votes
0 answers
37 views

Most frequent element in set datatype mysql

I have a MySQL database that uses the Set datatype. I'd like to construct a query that will output the most frequently occurring element. so…
asked June 8, 2011 9:56 am CDT
Tucker
0
votes
3 answers
27 views

MySQL Datatype for storing integers starting from Zero?

I have to store isdCodes which is in format 0091 001 009751 009665 etc. in the database, the initial will basically start from zero. i tried using…
asked June 8, 2011 8:47 am CDT
Ibrahim Azhar Armar
0
votes
0 answers
36 views

Mysql data base for facebook graph api

Hello, I have a facebook app that stores users info after allowing access. I'm storing almost everything, but because my app is growing fast, I must…
asked June 2, 2011 1:41 am CDT
medk
0
votes
5 answers
28 views

Problem Storing Latitude and Longitude values in MySQL database

I want to store the values of latitude and longitude fetched from Google Maps GeoCoding API in a MySQL database. The values are in float format.…
asked May 31, 2011 8:17 am CDT
Ibrahim Azhar Armar
0
votes
3 answers
33 views

Mysql float data not selecting in where clause

Hello everyone, This maybe an easy one but i couldn't get answer. I need to select float value from table example table :- value 10.2 4.5 4.6 4.06…
asked May 26, 2011 2:55 am CDT
gowri
1
vote
1 answer
51 views

MySQL Integer Storage Requrements

In MySQL does the storage requirement for INT datatype varies with the actual value stored in the table?
asked May 25, 2011 8:31 am CDT
Indika
0
votes
1 answer
26 views

Datatype of image data in mysql

I want to store my image data into my mysql database or table. What appropriate data type in mysql should I use to store the image data?
asked May 25, 2011 1:44 am CDT
krakat
0
votes
2 answers
29 views

String data type in sqlite

I created a table as follows: create table employers ( id integer primary key, name string, surname string, description string ); I noticed here…
asked May 24, 2011 1:40 pm CDT
xralf
0
votes
1 answer
41 views

Datatype mapping to MySQL in Rails ActiveRecord migrations

Is there a data type in Rails ActiveRecord migrations that maps to tinyint in mysql.
asked May 20, 2011 10:08 am CDT
Indika
1
vote
1 answers
40 views

MYSQL, a column for each datatype: is it to much or is there a better way?

I have a function that is suppose to store variables based on their datatype, and this is table I have come up with to store those variables into. I…
asked May 19, 2011 8:57 am CDT
Brook Julias
1
vote
4 answers
36 views

What is the datatype to store boolean value in MySQL?

I am a .NET programmer and using MySQL database for the first time in my life. I wanted to store boolean value, MySQL has BIT , but the .NET…
asked May 13, 2011 2:42 am CDT
Deviprasad Das
0
votes
2 answers
39 views

Difference in storage spage requirement TinyText and Text - MySQL

In the MySQL manual Data Type Storage Requirements , I found: Data Type Storage Required -------------------------------------------- TINYTEXT L + 1…
asked May 9, 2011 10:58 pm CDT
Sourav
0
votes
2 answers
29 views

Diference Between int(x) and mediumint(x) - MySQL

Difference between TinyInt / SmallInt / MediumInt / Int / BigInt in MySQL data type ? I want to use an [unsigned] integer field with 11 length, what…
asked May 7, 2011 12:47 am CDT
Sourav
0
votes
3 answers
31 views

Mysql -field for text

I need a field in my table to store some text. 300 characters is the limit for the text. What is the best choice the option: varchar (300) or text ?
asked May 4, 2011 8:00 pm CDT
user455318
0
votes
3 answers
43 views

Storing a hashed password (Bcrypt) in a Database - type/length of column?

I want to store a hashed password (using BCrypt) in a database. What would be a good type for this, and which would be the correct length? Are…
asked May 4, 2011 4:16 am CDT
Helper Method
Pages : 1 | 2 | 3 | 4 >
61

datatypes

Tagged: datatypes
Related Tags
mysql × 50
sql × 11
database × 9
php × 8
sqlite × 6
varchar × 4
postgresql × 4
text × 3
string × 3
int × 2
char × 2
conversion × 2
c# × 2
.net × 2
java × 2
clr × 2
enums × 1
id × 1
json × 1
mongodb × 1
storage × 1
datetime × 1
create × 1
blob × 1