Drupal database

提供: UselessNotes
2025年4月9日 (水) 11:31時点におけるMatabe (トーク | 投稿記録)による版
ナビゲーションに移動検索に移動

{{#get_db_data:

 db = my_wiki
 |from = actor
 |where = actor_id = '{{{actor_id}}}'
 |where = actor_name = '{{{actor_name}}}'
 |limit=10

}}

actor_id actor_name

{{#for_external_table:

{{{actor_id}}} {{{actor_name}}}

}}