Fun_RemoveJsonKey.md 489 Bytes

Fun_RemoveJsonKey (function)

  • Type: FUNCTION
  • Returns: longtext
  • Deterministic: NO
  • SQL data access: CONTAINS SQL

Parameters

# Mode Name Type
1 IN sJson longtext
2 IN skey varchar(50)
3 IN sValue varchar(50)

Body

Body is not pre-cached. To inspect: mysql --defaults-file=~/.my.cnf -e 'SHOW CREATE FUNCTIONFunRemoveJsonKey'._

Narrative

No human-written narrative yet.