File: station.sql - Tab length: 1 2 4 8 - Lines: on off - No wrap: on off

-- phpMyAdmin SQL Dump
-- version 3.4.10.1deb1
-- http://www.phpmyadmin.net
--
-- Client: 195.83.142.10:3306
-- G�n�r� le : Jeu 05 D�cembre 2013 � 15:41
-- Version du serveur: 5.5.34
-- Version de PHP: 5.3.10-1ubuntu3.8

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Base de donn�es: `feller4u_mettis`
--

-- --------------------------------------------------------

--
-- Structure de la table `station`
--

CREATE TABLE IF NOT EXISTS `station` (
  `no_station` varchar(5) NOT NULL,
  `nom_station` varchar(25) NOT NULL,
  PRIMARY KEY (`no_station`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Contenu de la table `station`
--

INSERT INTO `station` (`no_station`, `nom_station`) VALUES
('S01', 'Cit� U'),
('S02', 'Maternit�'),
('S03', 'Woippy'),
('S04', 'Jules Michelet'),
('S05', 'Guyenne'),
('S08', 'Gare'),
('S09', 'Metz Expo'),
('S10', 'Rochambeau'),
('S11', 'Deux Fontaines'),
('S12', 'Docteur Charcot'),
('S13', 'Emile Roux'),
('S14', 'Intendants Joba'),
('S15', 'Ren� Cassin'),
('S16', 'Georges Bernanos'),
('S17', 'Pontoffroy'),
('S18', 'Saint Vincent'),
('S19', 'Square du Luxembourg'),
('S20', 'R�publique'),
('S21', 'Roi George'),
('S22', 'Centre Pompidou-Metz'),
('S23', 'Fr�res Lacretelle'),
('S24', 'H�pital Legouest'),
('S25', 'Felix Alcan'),
('S26', 'Cimiti�re de l''est'),
('S27', 'Belletanche'),
('S28', 'Provence'),
('S29', 'Les bordes'),
('S30', 'Hauts de bl�mont'),
('S31', 'Cloutiers'),
('S32', 'Colombey'),
('S33', 'Jules Michelet');

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;