Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > PHP / mySQL

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-14-2014, 09:33 PM   #1
JohnKumar
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 147
SQL - Data Types

SQL - Data Types
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
JohnKumar is offline   Reply With Quote

Old 10-04-2014, 09:28 AM   #2
ashoka111
Registered User
 
Join Date: Oct 2014
Posts: 2
There are various datatype are in SQL some of them are
Integer
Float
Double
String
Character
Varchar
Varchar2
and more.
_________________________________________________
free project for computer engineering student
here i know some of the project that help you in building, creating, submitting project. free to download and use this project as final year project.


online examination system project in php, c program for round robin scheduling, online blood bank management system project in java, project download, project in php, library management system project in java, student information system project
ashoka111 is offline   Reply With Quote
Old 10-04-2014, 02:47 PM   #3
Beagle123
Registered User
 
Join Date: Oct 2014
Location: Los Angeles
Posts: 11
The problem you'll encounter isn't the data types, but matching them to your language's data types. But all the really popular ones have an exact match.
__________________
My current business site written in php:


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Beagle123 is offline   Reply With Quote
Old 10-09-2014, 11:09 PM   #4
softech
Registered User
 
Join Date: Oct 2014
Posts: 1,401
Integer
Float
Double
String
Character
Varchar
Varchar2
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
softech is offline   Reply With Quote
Old 10-09-2014, 11:13 PM   #5
ledtubelight
Registered User
 
Join Date: Aug 2014
Location: Surat
Posts: 847
(SQL data type) The data type of a column or parameter as it is stored in the data source.
__________________
I am SEO expert and handling SEO for following words
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ledtubelight is offline   Reply With Quote
Old 10-10-2014, 02:53 AM   #6
jacpacdh
Registered User
 
Join Date: Feb 2014
Posts: 60
There are various datatype are in SQL some of them are
Integer
Float
Double
String
Character
Varchar
Varchar2
and more.
__________________
Designhill is an online platform that allows Businesses / Customers that have specific design needs such as
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
, graphic design, website design,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
and many more.
jacpacdh is offline   Reply With Quote
Old 10-10-2014, 03:48 AM   #7
ledtubelight
Registered User
 
Join Date: Aug 2014
Location: Surat
Posts: 847
(SQL data type) The data type of a column or parameter as it is stored in the data source.
__________________
I am SEO expert and handling SEO for following words
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ledtubelight is offline   Reply With Quote
Old 11-12-2014, 08:40 AM   #8
GinnySweety
Registered User
 
Join Date: Sep 2014
Posts: 84
The SQL data types are
1. Text
2. Byte
3. Integer
4. Single
5. Long
6. Double and many more.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
GinnySweety is offline   Reply With Quote
Old 03-13-2015, 11:05 PM   #9
marclewis
Registered User
 
Join Date: Jul 2014
Posts: 307
Datatypes in MySQL are of types text, number and date/time. These includes CHAR, VARCHAR, TINYTEXT, TEXT, BLOB, MEDIUMTEXT, MEDIUMBLOB, LONGTEXT, LONGBLOB,ENUM and SET.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
marclewis is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Entry Outsourcing Services shrikant.softwi Post your ad here 3 10-10-2018 11:57 PM
What do you understand about Data Center? coleprice05 General Discussion 2 01-01-2014 10:41 PM
Windows Hosting on IIS 8 Server with Free SQL 2012 Database thewebhosting Web Promotion 1 04-04-2013 08:53 AM
SQL Server and PHP williamcastro22 PHP / mySQL 16 06-04-2012 02:14 AM
Requires Data Entry operator ! rmonline11 General Discussion 2 05-08-2012 09:54 AM


All times are GMT -7. The time now is 11:40 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.