2

How can I use merge with sepecify row in H2? Any answers are welcome and I appreciate

I mean how to merge with the values passed from outside.

Example: I wanna merge the row with name = "john" and id = "1" in table customer.

what the statement in this case

thangpt
  • 43
  • 2
  • 6

1 Answers1

2

I'm not sure if you really mean the MERGE statement, but the documentation is on the web site.

Thomas Mueller
  • 48,905
  • 14
  • 116
  • 132