Ähnlichkeiten in SQL: Drupal + db_query + LIKE snippet Entwicklung SQL Gut zu wissen Drupal API <?php ?> drupal-7.x 2012-10-16 • Florian LatzelDen Fallstrick und die Suche möchte ich euch ersparen...db_like is the way to go<?php $result = db_query( 'SELECT * FROM person WHERE name LIKE :pattern', array(':pattern' => db_like($prefix) . '%') ); db_like is the way to go7 database.inc db_like($string)SQL LIKE – Ähnlichkeiten