Did you read the sql properly, it's not a column rather a value mapped in cwd_user_attributes table. Here is thq SQL
select attribute_value from cwd_user,cwd_user_attributes where cwd_user.id = cwd_user_attributes.user_id and attribute_name = 'login.lastLoginMillis'
Similar, it has the table details
https://answers.atlassian.com/questions/87366/how-do-i-remove-all-jira-accounts-that-never-logged-in
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no such type of Column "Last login date" in my cwd_user table
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.