Powershell 中的 last_insert_id

Posted

技术标签:

【中文标题】Powershell 中的 last_insert_id【英文标题】:last_insert_id in Powershell 【发布时间】:2011-09-14 13:42:31 【问题描述】:

在 Powershell 中,我有一个简单的 mysql 插入命令。

$query = "INSERT INTO TABLE1 (id, col1, col2) VALUES (1, 'two', 'three');"<br>
$command = New-Object MySql.Data.MySqlClient.MySqlCommand($query, $connection)
$command.ExecuteNonQuery()

我正在使用 Mysql Connector Net 6.2.4。

是否可以返回last_insert_id() 或类似的东西?

我查看了here 的一些信息,但实际上找不到任何东西。

有什么想法吗?

【问题讨论】:

【参考方案1】:

没有$command.LastInsertedId 属性吗?如果没有,您可以随时发出SELECT LAST_INSERT_ID() 查询。

【讨论】:

以上是关于Powershell 中的 last_insert_id的主要内容,如果未能解决你的问题,请参考以下文章

powershell 删除powershell中的交接点

powershell PowerShell中的Csv

powershell 模拟powershell中的击键

powershell PowerShell中的INI文件功能

powershell PowerShell中的尾部

powershell PowerShell中的尾部