|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Simple Select Statement
Hi I really need your help and really there simple questions but i cabt get the answers.
Ive made a database in Microsoft SQL Server 2000 for a car dealer and I need help. The first is that I need a select statement to find the most common model of car. I have a table named car and one of the field is called model. I need the code to find the most common model of car?? any ideas Select (something dont know wat) model From Car Any Ideas |
|
#2
|
|||
|
|||
|
Try this.
select model, count(model) from car group by model
__________________
El éxito consiste en una serie de pequeñas victorias día a día MySQL, MS SQL, MS ACCESS, Oracle Database Manager - http://victorpendleton.net/products/psdviewer.html |
|
#3
|
|||
|
|||
|
Importing access tables into Oracle
Quote:
Question, I saw your link. will it allow for the importation of Access tables into Oracle? I am talking over 100 access databases with up 15-20 tables per db. Any help would be greatly appreciated. Thanks |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Simple Select Statement |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|