Mchl Posted November 23, 2009 Share Posted November 23, 2009 Most of PHP applications I've seen rarely use anything more than INSERT,SELECT,UPDATE,DELETE. Sometimes this can be explained by application being built so to work with other DBMS, but many applications are built to be used with MySQL specifically. Other limiting factor are shared hostings with very strict MySQL privileges. Still, I'm sure there are people out there, who make use of these features. You have as many votes in the poll as there are options, so you can select all features you use. Please also do leave a comment on how you use them Link to comment https://forums.phpfreaks.com/topic/182675-what-advanced-mysql-features-you-use/ Share on other sites More sharing options...
Philip Posted November 23, 2009 Share Posted November 23, 2009 I've just started getting into Stored Procedures/Functions, and love 'em. Great for keeping the db structure hidden Link to comment https://forums.phpfreaks.com/topic/182675-what-advanced-mysql-features-you-use/#findComment-964360 Share on other sites More sharing options...
roopurt18 Posted November 23, 2009 Share Posted November 23, 2009 I haven't used MySQL in almost two years, but I use all of the equivalent features in PostgreSql, except the event scheduler. Link to comment https://forums.phpfreaks.com/topic/182675-what-advanced-mysql-features-you-use/#findComment-964362 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.