Home > database >  DataGrip how to call a stored procedure
DataGrip how to call a stored procedure

Time:01-15

DataGrip how to call a stored procedure

CodePudding user response:

DataGrip? The DataGrid?

CodePudding user response:

The exec stored procedure directly

CodePudding user response:

In the console File to execute the call command line
Format: name of the stored procedure call ( parameters)
Such as: call equipment. DeleteStation (10000497)

CodePudding user response:

Jetbrain - DataGrip can edit view the stored procedure? I list and other entities in the real table over there, I can't see reality the stored procedure, use other tools as you can see,




  • Related