Fahid Posted November 23, 2005 Share Posted November 23, 2005 I have been working with MySQL for some time, and doing quite well now. But I have to work over a project that uses Qracle database. So, if some one can give basic Qracle queries, like in [!--coloro:#6600CC--][span style=\"color:#6600CC\"][!--/coloro--]MySQL[!--colorc--][/span][!--/colorc--] SELECT `Name`, `Email` FROM `users` WHERE `Name` LIKE 'Fahid' INSERT INTO `users` VALUES('', 'NewName', 'NewEmail') UPDATE `users` SET `Name`='UpdatedName' WHERE `Name` LIKE 'OldName' DELETE FROM `users` WHERE `ID` LIKE `102` SELECT `Title` FROM `jokes` ORDER BY `Title` DESC LIMIT 0, 50 and a few more like that, what you think are useful Link to comment https://forums.phpfreaks.com/topic/2920-can-some-one-give-me-basic-oracle-sql-queries/ Share on other sites More sharing options...
eshta Posted April 5, 2006 Share Posted April 5, 2006 [!--quoteo(post=321288:date=Nov 23 2005, 07:42 AM:name=Fahid)--][div class=\'quotetop\']QUOTE(Fahid @ Nov 23 2005, 07:42 AM) 321288[/snapback][/div][div class=\'quotemain\'][!--quotec--] I have been working with MySQL for some time, and doing quite well now. But I have to work over a project that uses Qracle database. So, if some one can give basic Qracle queries, like in [!--coloro:#6600CC--][span style=\"color:#6600CC\"][!--/coloro--]MySQL[!--colorc--][/span][!--/colorc--] SELECT `Name`, `Email` FROM `users` WHERE `Name` LIKE 'Fahid' INSERT INTO `users` VALUES('', 'NewName', 'NewEmail') UPDATE `users` SET `Name`='UpdatedName' WHERE `Name` LIKE 'OldName' DELETE FROM `users` WHERE `ID` LIKE `102` SELECT `Title` FROM `jokes` ORDER BY `Title` DESC LIMIT 0, 50 and a few more like that, what you think are useful Hi Fahid... You can download this link that includes information about SQL and PL/SQL. They are very usefull [a href=\"http://3ssom.com/uploader/uploads14/learning.zip\" target=\"_blank\"]http://3ssom.com/uploader/uploads14/learning.zip[/a] Link to comment https://forums.phpfreaks.com/topic/2920-can-some-one-give-me-basic-oracle-sql-queries/#findComment-24107 Share on other sites More sharing options...
Fahid Posted April 6, 2006 Author Share Posted April 6, 2006 Thanks a lot eshta I thoought no one is ever gonna post any reply this thread. Thanks, I am just downloading the file in link above and hope i help me. Link to comment https://forums.phpfreaks.com/topic/2920-can-some-one-give-me-basic-oracle-sql-queries/#findComment-24341 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.