Tag: SQL

  • SQL count()

    This post contiues the SQL tutorial on the Shire Bakery. Here we’ll So how do yo find the most popular cake in the Shire Bakery? Here’s an idea. — Show the best cookie — See: Ben Forta Chap. 16 SELECT COUNT( cakes.cake ) AS ‘popular’, cakes.cake, costumers.who FROM cakes, costumers, likes — sort out the…

  • SQL: Many-to-Many and One-to-Many

    Here’s a short tutorial on how to solve some basic SQL cardinalities. First have a look at the ER-diagram for the database and the resulting tables in PhpMyAdmin. Many-to-Many Many to many cardinalities may be solved like this: SELECT cake, who FROM cakes, costumers, likes WHERE costumers.costumers_id = likes.costumers_id AND cakes.cakes_id = likes.cakes_id Note that…

  • At vende grafen i læseretningen

    Det blev lidt kringlet, da grafen: Skulle vise de seneste 30 resultater Skulle kunne læses fra venstre mod højre I PHP MyAdmin fandt jeg ud af, at SQL-sætningen kunne se omtrent sÃ¥ledes ud: $sql = $wpdb->get_results( “SELECT * FROM `tablename` WHERE name=’$username’ ORDER BY adate DESC” ); $sql er sorteret sÃ¥dan, at grafen ville vende…

  • Udfordring: pagination

    Programmeringsmæssigt bliver en af udfordringerne at hÃ¥ndtere “pagination”, dvs. sideopdeling af astmadagbogen. EfterhÃ¥nden som der kommer flere og flere poster i astmabloggens tabel, sÃ¥ bliver det en nødvendighed. Pt. har jeg ikke fundet et oplagt eksempel. MÃ¥ske skal man bare tænke det lidt enkelt. En tæller “i” = længden af arrayet. SÃ¥ trækker man “limit”…

Enable Notifications OK No thanks

We use cookies - more information

Multimusen.dk will set a few cookies from Doubleclick, Google and the Social Media plugins they ay set some cookies. Some of my pages use APIs - such as YouTube, LinkedIn, Google Fonts, Google Maps, Mapbox, Spotify, Jetpack, Twitter, Facebook &c.. Such plugins may set the odd cookie.

Close