Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'cs119010465'@'localhost' (using password: YES) in /home/cs11901/418.co.jp/htdocs/dental/lib/model.php on line 10
Warning: mysql_query() [function.mysql-query]: Access denied for user 'adn'@'localhost' (using password: NO) in /home/cs11901/418.co.jp/htdocs/dental/lib/model.php on line 11
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/cs11901/418.co.jp/htdocs/dental/lib/model.php on line 11
Warning: mysql_query() [function.mysql-query]: Access denied for user 'adn'@'localhost' (using password: NO) in /home/cs11901/418.co.jp/htdocs/dental/lib/model.php on line 12
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/cs11901/418.co.jp/htdocs/dental/lib/model.php on line 12
Warning: mysql_query() [function.mysql-query]: Access denied for user 'adn'@'localhost' (using password: NO) in /home/cs11901/418.co.jp/htdocs/dental/lib/model.php on line 19
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/cs11901/418.co.jp/htdocs/dental/lib/model.php on line 19
Access denied for user 'adn'@'localhost' (using password: NO)
select mc.id `City.id`, mc.seq `City.seq`, mc.code `City.code`, mc.name `City.name`, td.prefCode `City.prefCode`, mc.prefName `City.prefName`, td.address2 `City.address2` from t_dentals as td, m_City as mc where td.address2 = mc.name AND td.prefcode = mc.prefCode and td.prefcode=27 and td.delflag = 0 and address2 in ( select name from m_City where prefcode=27 order by code ) group by address2 order by mc.code